Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec

Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec
Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec

The Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec schema contains TLS configuration used by the Supervisor when sending metrics to a remote endpoint.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "certificate_authority_chain": "string",
    "client_certificate": "string",
    "client_private_key": "string"
}
string
certificate_authority_chain
Optional

Certificate authority chain holds the trusted roots to be used to establish HTTPS connections with the remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, certificate authority data will not be modified.

string
client_certificate
Optional

A PEM-encoded x509 certificate used by the Supervisor for TLS authentication when sending metrics to a remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, certificate will not be modified.

string As password As password
client_private_key
Optional

Private key associated with the Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec.client_certificate.

This property was added in vSphere API 9.0.0.0.

If missing or null, private key will not be modified.